Class: Quickfix::UpfrontPriceType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UpfrontPriceType

Returns a new instance of UpfrontPriceType.



22613
22614
22615
22616
22617
22618
22619
# File 'lib/quickfix_fields.rb', line 22613

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

Class Method Details

.fieldObject



22610
22611
22612
# File 'lib/quickfix_fields.rb', line 22610

def UpfrontPriceType.field
  return 1741
end