Class: Quickfix::PostTradePaymentCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PostTradePaymentCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PostTradePaymentCurrency
constructor
A new instance of PostTradePaymentCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PostTradePaymentCurrency
Returns a new instance of PostTradePaymentCurrency.
77291 77292 77293 77294 77295 77296 77297 |
# File 'lib/quickfix_fields.rb', line 77291 def initialize(data = nil) if( data == nil ) super(2818) else super(2818, data) end end |
Class Method Details
.field ⇒ Object
77288 77289 77290 |
# File 'lib/quickfix_fields.rb', line 77288 def PostTradePaymentCurrency.field return 2818 end |