Class: Quickfix::CollateralAmountMarketID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CollateralAmountMarketID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CollateralAmountMarketID
constructor
A new instance of CollateralAmountMarketID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CollateralAmountMarketID
Returns a new instance of CollateralAmountMarketID.
40306 40307 40308 40309 40310 40311 40312 |
# File 'lib/quickfix_fields.rb', line 40306 def initialize(data = nil) if( data == nil ) super(2093) else super(2093, data) end end |
Class Method Details
.field ⇒ Object
40303 40304 40305 |
# File 'lib/quickfix_fields.rb', line 40303 def CollateralAmountMarketID.field return 2093 end |