Class: Quickfix::MarginAmtCcy

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ MarginAmtCcy

Returns a new instance of MarginAmtCcy.



20247
20248
20249
20250
20251
20252
20253
# File 'lib/quickfix_fields.rb', line 20247

def initialize(data = nil)
  if( data == nil )
    super(1646)
  else
    super(1646, data)
  end
end

Class Method Details

.fieldObject



20244
20245
20246
# File 'lib/quickfix_fields.rb', line 20244

def MarginAmtCcy.field
  return 1646
end